Add Q_ to the keywords recognized by xgettext. (#154062, Damon Chaplin)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Sep 2004 22:48:28 +0000 (22:48 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 29 Sep 2004 22:48:28 +0000 (22:48 +0000)
2004-09-29  Matthias Clasen  <mclasen@redhat.com>

* Makefile.in.in: Add Q_ to the keywords recognized by
xgettext.  (#154062, Damon Chaplin)

po/ChangeLog
po/Makefile.in.in

index ad08691385281f8654484ead94d9a0be796d11d9..fde13f96b510c9a3eb1fa79020cf9120abd2cc0d 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * Makefile.in.in: Add Q_ to the keywords recognized by 
+       xgettext.  (#154062, Damon Chaplin)
+
 2004-09-29  Abel Cheung  <maddog@linuxhall.org>
 
        * zh_TW.po: Updated traditional Chinese translation by GNOME HK Team
index 092b4e0dc3f1e1eb540abe84816e0fc10af1773c..ca12eee80b628dc44ee4df4f69f59371b40646df 100644 (file)
@@ -92,7 +92,7 @@ all-no:
 
 $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
        $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \
-         --add-comments --keyword=_ --keyword=N_ \
+         --add-comments --keyword=_ --keyword=N_ --keyword=Q_ \
          --files-from=$(srcdir)/POTFILES.in \
        && test ! -f $(GETTEXT_PACKAGE).po \
           || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \